home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / comp.faq / __headers__.txt next >
Encoding:
Text File  |  1996-04-22  |  3.8 KB  |  86 lines

  1. can be achieved with only software, using a layered approach.
  2.  
  3. 1)  ROM BIOS - password (access control) and selection of boot disk.    (Some may consider this hardware.)
  4.  
  5. 2)  Boot sectors - integrity management and change detection.
  6.  
  7. 3)  OS programs - integrity management of existing programs,    scanning of unknown programs.  Requirement of authentication    values for any new or transmitted software.
  8.  
  9. 4)  Locks that prevent writing to a fixed or floppy disk.
  10.  
  11. As each layer is added, invasion without detection becomes more
  12. difficult.  However complete protection against any possible attack
  13. cannot be provided without dedicating the computer to pre-existing or
  14. unique tasks.  The international standardization of the world on the
  15. IBM PC architecture is both its greatest asset and its greatest
  16. vulnerability.
  17.  
  18.  
  19. D3) Is it possible to write-protect the hard disk with only software?
  20.  
  21. The answer is no.  There are several programs which claim to do that,
  22. but *all* of them can be bypassed using only the currently known
  23. techniques that are used by some viruses.  Therefore you should
  24. never rely on such programs *alone*, although they can be useful in
  25. combination with other anti-viral measures.
  26.  
  27.  
  28. D4) What can be done with hardware protection?
  29.  
  30. Hardware protection can accomplish various things, including: write
  31. protection for hard disk drives, memory protection, monitoring and
  32. trapping unauthorized system calls, etc.  Again, no tool is foolproof.
  33.  
  34. The popular idea of write-protection (see D3) may stop viruses
  35. spreading to the disk that is protected, but doesn't, in itself,
  36. prevent a virus from running.
  37.  
  38. Also, some of the existing hardware protections can be easily
  39. bypassed, fooled, or disconnected, if the virus writer knows them
  40. well and designs a virus which is aware of the particular defense.
  41.  
  42.  
  43. D5) Will setting DOS file attributes to READ ONLY protect them from    viruses?
  44.  
  45. No.  While the Read Only attribute will protect your files from a few
  46. viruses, most simply override it, and infect normally.  So, while
  47. setting executable files to Read Only is not a bad idea, it is
  48. certainly not a thorough protection against viruses!
  49.  
  50.  
  51. D6) Will password/access control systems protect my files from    viruses?
  52.  
  53. All password and other access control systems are designed to protect
  54. the user's data from other users and/or their programs.  Remember,
  55. however, that when you execute an infected program the virus in it
  56. will gain your current rights/privileges.  Therefore, if the access
  57. control system provides *you* the right to modify some files, it will
  58. provide it to the virus too.  Note that this does not depend on the
  59. operating system used - DOS, Unix, or whatever.  Therefore, an access
  60. control system will protect your files from viruses no better than it
  61. protects them from you.
  62.  
  63. Under DOS, there is no memory protection, so a virus could disable the
  64. access control system in memory, or even patch the operating system
  65. itself.  On the more advanced operating systems (Unix) this is not
  66. possible, so at least the protection cannot be disabled by a virus.
  67. However it will still spread, due to the reasons noted above.  In
  68. general, the access control systems (if implemented correctly) are
  69. able only to slow down the virus spread, not to eliminate viruses
  70. entirely.
  71.  
  72. Of course, it's better to have access control than not to have it at
  73. all.  Just be sure not to develop a false sense of security and to
  74. rely *entirely* on the access control system to protect you.
  75.  
  76.  
  77. D7) Will the protection systems in DR DOS work against viruses?
  78.  
  79. Partially.  Neither the password file/directory protection available
  80. from DR DOS version 5 onwards, nor the secure disk partitions
  81. introduced in DR DOS 6 are intended to combat viruses, but they do to
  82. some extent.  If you have DR DOS, it is very wise to password-protect
  83. your files (to stop accidental damage too), but don't depend on it as
  84. the only means of defense.
  85.  
  86.